www.gusucode.com > VC Reboot程序源码,关机、重启、注销-源码程序 > VC Reboot程序源码,关机、重启、注销-源码程序/code/BlackDlg.cpp

    // BlackDlg.cpp : implementation file
// Download by http://www.NewXing.com

#include "stdafx.h"
#include "reboot.h"
#include "BlackDlg.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// BlackDlg dialog


BlackDlg::BlackDlg(CWnd* pParent /*=NULL*/)
	: CDialog(BlackDlg::IDD, pParent)
{
	//{{AFX_DATA_INIT(BlackDlg)
		// NOTE: the ClassWizard will add member initialization here
	//}}AFX_DATA_INIT
}


void BlackDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(BlackDlg)
		// NOTE: the ClassWizard will add DDX and DDV calls here
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(BlackDlg, CDialog)
	//{{AFX_MSG_MAP(BlackDlg)
		// NOTE: the ClassWizard will add message map macros here
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// BlackDlg message handlers